home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Total Animated Gifs
/
Total Animated Gifs.iso
/
Utilities
/
text
/
Rename It
/
renameit.exe
/
Renit.exe
/
0
/
RCDATA
/
TABOUTBOX
/
TABOUTBOX.txt
< prev
Wrap
Text File
|
1998-07-04
|
3KB
|
123 lines
object AboutBox: TAboutBox
Left = 222
Top = 122
BorderStyle = bsDialog
Caption = 'About'
ClientHeight = 206
ClientWidth = 298
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 8
Top = 16
Width = 281
Height = 153
BevelInner = bvLowered
BevelOuter = bvLowered
ParentColor = True
TabOrder = 0
object Label1: TLabel
Left = 108
Top = 16
Width = 101
Height = 24
Caption = 'Rename It!'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -19
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblVer: TLabel
Left = 150
Top = 46
Width = 35
Height = 13
Caption = 'Version'
end
object Label2: TLabel
Left = 110
Top = 46
Width = 35
Height = 13
Caption = 'Version'
end
object Label3: TLabel
Left = 24
Top = 80
Width = 176
Height = 13
Caption = 'Copyright (c) 1998 by Chenbros Soft'
end
object Label4: TLabel
Left = 24
Top = 106
Width = 32
Height = 13
Caption = 'E-Mail:'
end
object Label5: TLabel
Left = 24
Top = 122
Width = 39
Height = 13
Caption = 'WWW: '
end
object lblURLhttp: TLabel
Left = 80
Top = 122
Width = 162
Height = 13
Caption = 'http://chenbros.home.ml.org/soft/'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblURLhttpClick
end
object lblURLmail: TLabel
Left = 80
Top = 106
Width = 101
Height = 13
Caption = 'mailto:soft@kagi.com'
Font.Charset = DEFAULT_CHARSET
Font.Color = clBlue
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
OnClick = lblURLmailClick
end
object Image1: TImage
Left = 24
Top = 20
Width = 40
Height = 40
AutoSize = True
Picture.Data = {<image000.bmp>}
end
end
object OKButton: TButton
Left = 111
Top = 176
Width = 75
Height = 25
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKButtonClick
end
end